"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"=" "
Sub Plugin_Initialize
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
s=GetWinDir
s=s & "ShellIconCache"
if FileExists(s) then
'if GetWinVer=3 then
' Call MsgError("The icon cache can't be removed in Windows 98! Please start in DOS Mode and execute the command " & vbCrLF & "DELETE " & GetWinDir & "SHELLI~1")
'else
Call FileSetAttribute(s,"R-")
Call FileSetAttribute(s,"H-")
Call FileSetAttribute(s,"R-")
Call FileDelete(s)
Call MsgInformation("Icon Cache has been cleared")